home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4441 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  627 b 

  1. Path: ix.netcom.com!netnews
  2. From: buxx@ix.netcom.com(Glen 'Steve' Vandiver )
  3. Newsgroups: comp.lang.c
  4. Subject: Command line Arguments
  5. Date: 4 Feb 1996 17:30:07 GMT
  6. Organization: Netcom
  7. Message-ID: <4f2qev$9jq@cloner3.netcom.com>
  8. NNTP-Posting-Host: ix-spr-mo2-19.ix.netcom.com
  9. X-NETCOM-Date: Sun Feb 04  9:30:07 AM PST 1996
  10.  
  11. Hi! I have been haveing trouble with my commandline arguements. I have
  12. it too where i can read the entire argument string after the run. No
  13. prob. but lets say i want it to split it up like this. the first word
  14. goes into char *user; and the rest goes into char *command;. HOW WOULD
  15. I DO THIS? thanx! bye!
  16.